EnmsIndicationPolicy Struct ReferenceENMS Node API

Detailed Description

Structure describing indication sending policy

Data Fields

uint32_t firstBasicInfoSendTimeSec
 After what time after ENMS service is started will the first BASIC-INFO.indication be sent.
 
uint32_t basicInfoSendPeriodSec
 How often will the subsequent BASIC-INFO.indications be sent.
 
uint32_t firstStatusSendTimeSec
 After what time after ENMS service is started will the first STATUS.indication be sent.
 
uint32_t statusSendPeriodSec
 How often will the subsequent STATUS.indications be sent.
 
uint32_t firstServiceInfoSendTimeSec
 After what time after ENMS service is started will the first SERVICE-INFO.indication be sent.
 
uint32_t serviceInfoSendPeriodSec
 How often will the subsequent SERVICE.indications be sent.
 
uint32_t firstNeighborhoodSendTimeSec
 After what time after ENMS service is started will the first NEIGHBORHOOD.indication be sent.
 
uint32_t neighborhoodSendPeriodSec
 How often will the subsequent NEIGHBORHOOD.indications be sent.
 
uint32_t firstCellsSendTimeSec
 After what time after ENMS service is started will the first CELLS.indication be sent.
 
uint32_t cellsSendPeriodSec
 How often will the subsequent CELLS.indications be sent.
 

Field Documentation

◆ firstBasicInfoSendTimeSec

uint32_t EnmsIndicationPolicy::firstBasicInfoSendTimeSec

After what time after ENMS service is started will the first BASIC-INFO.indication be sent.

◆ basicInfoSendPeriodSec

uint32_t EnmsIndicationPolicy::basicInfoSendPeriodSec

How often will the subsequent BASIC-INFO.indications be sent.

◆ firstStatusSendTimeSec

uint32_t EnmsIndicationPolicy::firstStatusSendTimeSec

After what time after ENMS service is started will the first STATUS.indication be sent.

◆ statusSendPeriodSec

uint32_t EnmsIndicationPolicy::statusSendPeriodSec

How often will the subsequent STATUS.indications be sent.

◆ firstServiceInfoSendTimeSec

uint32_t EnmsIndicationPolicy::firstServiceInfoSendTimeSec

After what time after ENMS service is started will the first SERVICE-INFO.indication be sent.

◆ serviceInfoSendPeriodSec

uint32_t EnmsIndicationPolicy::serviceInfoSendPeriodSec

How often will the subsequent SERVICE.indications be sent.

◆ firstNeighborhoodSendTimeSec

uint32_t EnmsIndicationPolicy::firstNeighborhoodSendTimeSec

After what time after ENMS service is started will the first NEIGHBORHOOD.indication be sent.

◆ neighborhoodSendPeriodSec

uint32_t EnmsIndicationPolicy::neighborhoodSendPeriodSec

How often will the subsequent NEIGHBORHOOD.indications be sent.

◆ firstCellsSendTimeSec

uint32_t EnmsIndicationPolicy::firstCellsSendTimeSec

After what time after ENMS service is started will the first CELLS.indication be sent.

◆ cellsSendPeriodSec

uint32_t EnmsIndicationPolicy::cellsSendPeriodSec

How often will the subsequent CELLS.indications be sent.


The documentation for this struct was generated from the following file:
Go to Top